projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2dda3
)
core: Fix memory leak
author
Colin Walters
<walters@verbum.org>
Tue, 5 Jun 2012 22:29:32 +0000
(18:29 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 6 Jun 2012 02:32:03 +0000
(22:32 -0400)
src/libostree/ostree-core.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-core.c
b/src/libostree/ostree-core.c
index 5d2b07e24f23bcc00229e2061334097cb4b8fd2a..3d4bace589ab6f687a3266d67896bc017e5c36f4 100644
(file)
--- a/
src/libostree/ostree-core.c
+++ b/
src/libostree/ostree-core.c
@@
-1840,6
+1840,7
@@
ostree_validate_structureof_pack_superindex (GVariant *superindex,
csum_v = NULL;
bloom = NULL;
+ g_variant_iter_free (content_iter);
g_variant_get_child (superindex, 3, "a(ayay)", &content_iter);
while (g_variant_iter_loop (content_iter, "(@ay@ay)",
&csum_v, &bloom))